home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / mac / Tools / HSC Software / 00043.ls < prev    next >
Encoding:
Text File  |  1995-06-10  |  107 b   |  9 lines

  1. on checkKey
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.     play done
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.